Assembly: Microsoft.ConfigurationManagement.ApplicationManagement (in Microsoft.ConfigurationManagement.ApplicationManagement.dll)
Usage
Visual Basic |
---|
Dim instance As TechnologyCollection(Of T) Dim technologyId As String Dim technologyKey As String Dim logicalName As String Dim typeName As String instance.Add(technologyId, technologyKey, logicalName, typeName) |
Syntax
Visual Basic |
---|
Public Sub Add ( _ technologyId As String, _ technologyKey As String, _ logicalName As String, _ typeName As String _ ) |
C# |
---|
public void Add ( string technologyId, string technologyKey, string logicalName, string typeName ) |
C++ |
---|
public: void Add ( String^ technologyId, String^ technologyKey, String^ logicalName, String^ typeName ) |
J# |
---|
public void Add ( String technologyId, String technologyKey, String logicalName, String typeName ) |
JScript |
---|
public function Add ( technologyId : String, technologyKey : String, logicalName : String, typeName : String ) |
Parameters
- technologyId
-
Technology id to register.
- technologyKey
-
Technology key to register.
- logicalName
-
Logical name registered with server.
- typeName
-
Assembly-qualified technology type name.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.